diff /Users/ingmar/git/odemx/external/contrib/poco/Data/include/Poco/Data/Date.h ~/devel/odemx-master-2011.11.01/external/contrib/poco/Data/include/Poco/Data/Date.h
43a44
> #include "Poco/Data/Time.h"

diff /Users/ingmar/git/odemx/external/contrib/poco/Data/include/Poco/Data/AbstractExtractor.h ~/devel/odemx-master-2011.11.01/external/contrib/poco/Data/include/Poco/Data/AbstractExtractor.h
43a44
> #include "Poco/Data/Date.h"

diff /Users/ingmar/git/odemx/external/contrib/poco/Foundation/include/Poco/Hash.h ~/devel/odemx-master-2011.11.01/external/contrib/poco/Foundation/include/Poco/Hash.h 
48a49,57
>     std::size_t Foundation_API hash(Int8 n);
>     std::size_t Foundation_API hash(UInt8 n);
>     std::size_t Foundation_API hash(Int16 n);
>     std::size_t Foundation_API hash(UInt16 n);
>     std::size_t Foundation_API hash(Int32 n);
>     std::size_t Foundation_API hash(UInt32 n);
>     std::size_t Foundation_API hash(Int64 n);
>     std::size_t Foundation_API hash(UInt64 n);
>     std::size_t Foundation_API hash(const std::string& str);
49a59
>     
62,70d71
< std::size_t Foundation_API hash(Int8 n);
< std::size_t Foundation_API hash(UInt8 n);
< std::size_t Foundation_API hash(Int16 n);
< std::size_t Foundation_API hash(UInt16 n);
< std::size_t Foundation_API hash(Int32 n);
< std::size_t Foundation_API hash(UInt32 n);
< std::size_t Foundation_API hash(Int64 n);
< std::size_t Foundation_API hash(UInt64 n);
< std::size_t Foundation_API hash(const std::string& str);


diff /Users/ingmar/git/odemx/external/contrib/poco/Data/SQLite/src/sqlite3.c ~/devel/odemx-master-2011.11.01/external/contrib/poco/Data/SQLite/src/sqlite3.c
333c333
< #define SQLITE_INT_TO_PTR(X)   ((void*)&((char*)0)[X])
---
> #define SQLITE_INT_TO_PTR(X)   ((void*)(X)) 
